Update maven build to 2.14.20 Not sure if anyone still uses maven to build these, but it's simple to keep it working. Change-Id: If0499f0248f87555d588c1dd787766f5469772d7
diff --git a/example-simpleSshCommand/pom.xml b/example-simpleSshCommand/pom.xml index 6e6cf89..f858a06 100644 --- a/example-simpleSshCommand/pom.xml +++ b/example-simpleSshCommand/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-simpleSshCommand</artifactId> <packaging>jar</packaging> - <version>2.14-SNAPSHOT</version> + <version>2.14.20</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>